Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Moving files

6 views
Skip to first unread message

db

unread,
Feb 22, 2023, 5:26:05 AM2/22/23
to
I have a lot of files on my phone, in Dropbox. I want to put some
of them into a different folder, before I reduce Dropbox to a
much smaller size.
Android is related to Linux, where I can move files by renaming
them, the mv command. Can I do that under Android? Or do I have
to copy them into the new folder and erase them in Dropbox?
--
Dieter Britz

Leviticoh

unread,
Feb 22, 2023, 10:38:07 AM2/22/23
to
Il 22/02/23 11:26, db ha scritto:
i don't use dropbox on android, but on desktop linux using mv from a
remote directory to a local one actually just copies the file and
removes the old copy, so i think the best way would be copying the files
into the new folder and removing them from dropbox once it's finished

KenW

unread,
Feb 22, 2023, 12:00:34 PM2/22/23
to
On Wed, 22 Feb 2023 16:38:06 +0100, Leviticoh <mq8x...@mozmail.com>
wrote:

db

unread,
Feb 23, 2023, 4:32:31 AM2/23/23
to
Yes, but is there an equivalent for mv on Android? So far I have
only seen a copy command, which I want to avoid because it's a
very big folder.

--
Dieter Britz

Carlos E.R.

unread,
Feb 23, 2023, 6:50:48 AM2/23/23
to
On Android, you do not have access to the shell, so no "mv". You have to
use whatever features the existing apps expose.

--
Cheers, Carlos.

doseas

unread,
Feb 23, 2023, 4:59:56 PM2/23/23
to
On 2/23/2023 3:48 AM, Carlos E.R. wrote:

>
> On Android, you do not have access to the shell, so no "mv". You have to
> use whatever features the existing apps expose.
>

Install "Terminal Emulator for Android"
(https://play.google.com/store/apps/details?id=jackpal.androidterm ) and
you get shell access as a non-priv user.

If your phone is rooted, you can additionally install one of the many SU
apps to become root.

-David

Andy Burnelli

unread,
Feb 23, 2023, 6:16:06 PM2/23/23
to
I'm not sure why Carlos said there's no access to the shell, so I'm glad
Daivid said Termux works fine, which we've covered on this ng many times.

However, I'm not sure his is the "right" Termux to use. Probably this.
*Termux* by Fredrik Fornwall
free, adfree, gsffree, 4.1star, 157K reviews, 10M+Downloads
<https://play.google.com/store/apps/details?id=com.termux>

There's also adb, which works well from the PC, and even a LocalADB, which
works on Android alone, all by its itty bitty self as shown in this shot.
<https://i.postimg.cc/7YLhtcZL/adb32.jpg> ladb eliminates the PC

In addition, we've covered many times on this newsgroup Linux works on
Android where you can choose almost any Linux distro your heart desires.
<https://andronix.app/>

Probably plenty of other solutions too such as using servers such as
WebDAV, FTP, SMB, and Kies, KDBdesktop, NitroShare, etc., all of which
(and plenty more) I've tested and reported upon in this very newsgroup.
<http://groups.google.com/g/comp.mobile.android>

Some of those turn an unrooted person into a read-only privileged user.
--
Posted out of the goodness of my heart to disseminate useful information
which, in this case, is to explain the myriad ways to use a move command.
0 new messages